-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
staging-next-24.05 iteration 3 - 2024-07-30 #331031
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ling The following sequence of operations loses ghc-options: Setup.hs configure --ghc-options Setup.hs build --with-ghc=... This is described in [1]. The fix is simple: Don't pass --with-ghc in the build phase. The values are taken from the configure step anyway. This seems to have been introduced all the way back in 64ec4dd about 8 years ago for unknown reasons. Resolves #286285 [1]: haskell/cabal#10069 (cherry picked from commit 5dbf665)
Changelog: https://github.com/ruby/ruby/releases/tag/v3_3_4 Release Notes: https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/ (cherry picked from commit a1a29bd)
systemd: 255.6 -> 255.9
[24.05] meson: 1.4.1 -> 1.4.2
Fixes CVE-2024-6655 Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/02cec9b8c97b52f90638b39496fb4c7fb630a1f5/NEWS (cherry picked from commit d353fc8)
(cherry picked from commit adcf839)
systemd meson.build apparently didn't check properly that the option was enabled in all code paths, so it was possible to build systemd such as --version would have -BPF_FRAMEWORK (properly disabled in config.h) with -Dbpf-framework=enabled. Fix the failing check, which was `clang -target bpf` breaking with zerocallusedregs hardening -- this is apparently a known problem as it's disabled in quite a few other packages that mention bpf in comment above the exception... Link: systemd/systemd#33793 (cherry picked from commit ef593db)
[Backport staging-24.05] gtk3: 3.24.42 -> 3.24.43
[Backport staging-24.05] orc: 0.4.38 -> 0.4.39
[Backport staging-24.05] systemd: re-enable bpf-framework
...into staging-24.05
vcunat
added
the
1.severity: security
Issues which raise a security issue, or PRs that fix one
label
Jul 30, 2024
vcunat
requested review from
ajs124,
lukegb,
mweinelt,
sternenseemann,
maralorn,
ncfavier,
a team and
Ericson2314
as code owners
July 30, 2024 07:33
github-actions
bot
added
6.topic: python
6.topic: haskell
6.topic: ruby
6.topic: systemd
labels
Jul 30, 2024
13 tasks
ofborg
bot
added
10.rebuild-darwin-stdenv
This PR causes stdenv to rebuild
10.rebuild-linux-stdenv
This PR causes stdenv to rebuild
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-linux: 501+
10.rebuild-linux: 5001+
labels
Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1.severity: security
Issues which raise a security issue, or PRs that fix one
6.topic: haskell
6.topic: python
6.topic: ruby
6.topic: systemd
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-darwin-stdenv
This PR causes stdenv to rebuild
10.rebuild-linux: 501+
10.rebuild-linux: 5001+
10.rebuild-linux-stdenv
This PR causes stdenv to rebuild
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://hydra.nixos.org/jobset/nixpkgs/staging-next-24.05
https://hydra.nixos.org/jobset/nixos/staging-next-24.05-small
Significant breakages
(will be edited based on progress)